Welcome![Sign In][Sign Up]
Location:
Search - dialog bitmap

Search list

[SourceCodeScrollBitmap_demo.zip

Description: Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap. 滚动显示位图 在VC++环境下,在一个对话框中显示一个原始尺寸的大小的位图文件相当是困难的。然而,通过使用 StretchBlt()函数一个给定的区域显示一个大的位图是可能的。主要的缺点是图像将会失真。看了这篇通过卷动技术显示整个位图技术的文章,你将能够以它的原始尺寸在给定对话框的区域内显示一个大位图。 来源: http://www.codeguru.com/bitmap/ScrollBitmap.html
Platform: | Size: 31909 | Author: | Hits:

[GUI DevelopdlgBg00

Description: 一个很好的对话框界面的例子,告诉你怎样设置一个位图作为对话框的的背景图片,不过要注意必须是picture的Tab顺序为1才能使其他控件不被覆盖。-a good example of the dialog interface, tell you how to set up a bitmap as a dialog of the background image, but to the attention of the picture must be the order of a Tab other controls can not be overwritten.
Platform: | Size: 376235 | Author: 中原飞天 | Hits:

[GUI DevelopCDialogSK_demo

Description: 本系统实现了对话框界面随着资源res文件夹里面的bmp位图文件来改变,并且可以随意移动对话框的位置,还包含如果背景色是绿色可以透明显示!-the system to achieve a dialog interface with the resources res folder inside bmp bitmap file to change, which also allows the location of mobile dialog also include if the background color is transparent green can show!
Platform: | Size: 33479 | Author: 守东伍 | Hits:

[Button controlLesson13Code

Description: 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use the brush (color, line width, alignment). How procedures for adding options menu options and settings dialog, the use of standard color dialog and how to use Font dialog box, the options dialog to achieve preview function. Implementation options dialog window and type of data exchange. How to change the dialog box and control the background color, how to change the text color control, the right button controls the special treatment. How in the window shows a bitmap.
Platform: | Size: 92551 | Author: tony | Hits:

[Graph RecognizeLesson10Code

Description: 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use the brush (color, line width, alignment). How procedures for adding options menu options and settings dialog, the use of standard color dialog and how to use Font dialog box, the options dialog to achieve preview function. Implementation options dialog window and type of data exchange. How to change the dialog box and control the background color, how to change the text color control, the right button controls the special treatment. How in the window shows a bitmap.
Platform: | Size: 131603 | Author: 刘祥景 | Hits:

[Dialog_Window位图作对话框背景

Description: 该程序用位图作为对话框背景 可依据用户需求 自定义对话框背景图片 实现对话框的多样化-the procedures used as a bitmap background dialog can be based on user-defined needs dialog background images to achieve the dialog diversification
Platform: | Size: 458737 | Author: | Hits:

[Button controldialog

Description: 这是我从网络上看到的修改按钮的文章后建立的一个小工程,它是基于CButtonST类对按钮进行设置的,如按钮上添加透明位图,单击按钮时动态的显示按钮。非常适合做一个好的对话框。-This is me from the network on the Modify button to see the article after the set up a small project, it is based on the type of button CButtonST settings, such as buttons to add a transparent bitmap, click the button when the dynamic display button. Fit to do a very good dialog.
Platform: | Size: 3305472 | Author: 巢歌 | Hits:

[Picture Viewertc

Description: 按按钮在对话框picture控件上显示位图,点击radio可以在显示的位图上指示当前鼠标位置,并显示在另外一个按钮上,同时按比例显示在另外一个picture控件上-Press the button in the dialog box shows up picture control bitmap, click the radio can display instructions bitmap on the current mouse position and show up at another button, at the same time pro-rata basis is displayed in a picture control on
Platform: | Size: 3729408 | Author: leon | Hits:

[Printing programBarcode

Description: 基于对话框类的几类条形码位图显示及打印的程序-Several types of class-based dialog bitmap display and print bar code program
Platform: | Size: 7413760 | Author: 子子 | Hits:

[Other Riddle games0996ADiceGame

Description: 一个掷骰子小游戏,主要练习对话框中位图的显示与操作。-A dice game, the main practice dialog bitmap display and operation.
Platform: | Size: 22528 | Author: zhengguoli | Hits:

[StatusBarstatusbar

Description: 状态栏显示当前时间、BMP位图、显示进度条、为对话框窗口创建状态栏-Status bar displays the current time, BMP bitmaps, show the progress bar, status bar for the dialog window to create
Platform: | Size: 183296 | Author: 潘潘 | Hits:

[Dialog_WindowGraphic

Description: VC++基于MFC中,综合图形绘制,设置,颜色对话框,位图显示等-Graphics drawing, Settings, color dialog, bitmap display
Platform: | Size: 6563840 | Author: 曾伟 | Hits:

[GDI-BitmapBitmap

Description: 该工程主要展示来GDI对象CBitmap的使用方法,在一个对话框上显示了8副图像-The project mainly to show CBitmap use of GDI objects in a dialog box shows the eight images
Platform: | Size: 243712 | Author: zyq | Hits:

[Dialog_WindowOverdraw-Dialog

Description: 仿QQ风格的对话框自绘 。附上一个十分有用的图片处理类,可以直接用于对位图.jpg图片的处理。-Like QQ-style dialog from the painting. Attach a very useful image processing class, can be directly used for the bitmap. Jpg image processing.
Platform: | Size: 89088 | Author: yaoming | Hits:

[Dialog_WindowTranslucent-dialog-box

Description: 半透明对话框的实现 ① 创建一个与当前显示设备环境相兼容的位图对象 ② 创建一个与当前显示设备环境相兼容的内存设备环境 ③ 将位图对象选入到内存设备环境中 ④ 调用 BitBlt( ) 函数将显示设备环境中的图像拷贝到内存设备环境中来 ⑤ 对内存设备环境中的位图进行逐点亮度处理 ⑥ 在 OnPaint( ) 函数中将已处理的位图通过 BitBlt( ) 函数拷贝回显示设备环境 ⑦ 删除掉选入到内存设备环境中的位图对象以及设备环境对象 -① translucent dialog to achieve with the current display device to create a compatible environment to create a bitmap object ② environment with the current display device compatible memory device context ③ Select the bitmap object into the memory device context ④ call BitBlt ( ) function will display the images copied to the environment in the memory device context to ⑤ of the memory device context bitmap-by-point brightness processing ⑥ in the OnPaint () function will be processed by the bitmap BitBlt () function to copy back ⑦ removed the display device selected into the environment to the memory device context bitmap device context object and the object
Platform: | Size: 3603456 | Author: wangzhen | Hits:

[Dialog_Windowbitmap-as-dialog-background

Description: 本实例将实现使BMP位图作为对话框背景的效果,实例的运行界面见源码部分-bitmap as dialog background
Platform: | Size: 1083392 | Author: 陈蓉 | Hits:

[Other systemsCredUI

Description: PBX that displays the standard Windows credentials dialog, with full control over all features, like dialog bitmap, etc.
Platform: | Size: 167936 | Author: sam_info | Hits:

[Picture ViewerStatic-display-bitmap-BMP

Description: 动态的加载一幅BMP位图 基于对话框显示 编译运行已通过-Dynamic load a BMP bitmap display dialog-based Compile and run through
Platform: | Size: 1861632 | Author: 李洪秀 | Hits:

[Dialog_Windowbitmap-background-dialog-of-MFC

Description: 这是一个仅仅实现了,给MFC程序的对话框添加位图背景的程序-This is a mere realization, the dialog box to add to the MFC program bitmap background program
Platform: | Size: 14047232 | Author: 周振永 | Hits:

[Multimedia Developtransparent-bitmap

Description: VC 实现透明位图的粘贴,并在对话框中显示。-realize the paster of the transparent bitmap through vc, and disply in the dialog
Platform: | Size: 4844544 | Author: 董中要 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net